home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000283_news@newsmaster….columbia.edu _Sun Nov 16 21:30:20 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id VAA09198
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 16 Nov 1997 21:30:19 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id VAA19367
  7.     for kermit.misc@watsun; Sun, 16 Nov 1997 21:30:18 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!nntprelay.mathworks.com!news1.best.com!nntp1.ba.best.com!shell10.ba.best.com!holmes
  9. From: Tim Holmes <holmes@shell10.ba.best.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: How to change MSKermit key mappings?
  12. Date: 17 Nov 1997 02:29:26 GMT
  13. Organization: BEST Internet Communications, Inc.
  14. Lines: 42
  15. Message-ID: <64oa66$gtd$1@nntp1.ba.best.com>
  16. References: <64ljlo$iai$1@nntp1.ba.best.com> <64lvk2$a8g$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: shell10.ba.best.com
  18. X-Trace: 879733766 17325 holmes  206.184.139.132
  19. X-Newsreader: TIN [UNIX 1.3 unoff BETA 970731; i386 FreeBSD 2.2-STABLE]
  20. Xref: news.columbia.edu comp.protocols.kermit.misc:8068
  21.  
  22. One of the things I'm having trouble with is how to 
  23. specify the <ESC>OT, <ESC>OU, etc., that I think  need
  24. to be in F5 on up.  What codes would Kermit understand
  25. for this?
  26.  
  27. Tim
  28.  
  29. Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
  30. : In article <64ljlo$iai$1@nntp1.ba.best.com>,
  31. : Tim Holmes  <holmes@shell10.ba.best.com> wrote:
  32. : : I am using MS-Kermit to connect to a Linux box from
  33. : : a DOS machine across a serial line.  One difficulty I am 
  34. : : having is that the F-keys seem to be different
  35. : : on MS-Kermit's VT100, VT102, VT320, etc,
  36. : : seem to be different from other implemenatations.
  37. : : Some of the programs I use rely on the F-keys, so I would
  38. : : like to change some of them.
  39. : : 
  40. : : I ran Linux's showkey program and got these results:    
  41. : : F1    <ESC>OP   
  42. : : F2    <ESC>OQ
  43. : : F3    <ESC>OR
  44. : : F4    <ESC>OS
  45. : : F5    7
  46. : : F6    8
  47. : : F7    9
  48. : : F8    -
  49. : : F9    4
  50. : : F10    5
  51. : : 
  52. : : In fact, if I push F10 when using a program such as GNU's
  53. : : file manipulation prorgram, git, it indeed returns a "5".
  54. : : F1-F4 do the right thing.
  55. : : 
  56. : : How can I modify MS-Kermit's behavior to accomodate this?
  57.  
  58. : Use MS-DOS Kermit's SET KEY command to assign strings to keys.
  59.  
  60. :     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  61. :                  The Kermit Project * Columbia University
  62. :        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  63. :     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu